home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global currentCycleNo, cycleNo, userNo
- if currentCycleNo <> getAt(cycleNo, userNo) then
- set currentCycleNo to getAt(cycleNo, userNo)
- readCycleInfo()
- end if
- if the doubleClick then
- exit
- end if
- set the visible of sprite 7 to 1
- puppetStatus(23, 48, 0)
- go("setupShowDays")
- showDays()
- prepfrontpage()
- cursor(0)
- end
-